All Projects → pyfrm → fintech

pyfrm / fintech

Licence: Apache-2.0 license
python fintech docs

Programming Languages

HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to fintech

gothic
🦇 Gothic is a user registration and authentication SWT/JWT microservice. It supports REST, gRPC, and gRPC Web API, reCAPTCHA & a variety of DBs with Gorm.
Stars: ✭ 65 (+225%)
Mutual labels:  restful
restful-services-in-pyramid
RESTful / HTTP services in Pyramid and Python course handout materials
Stars: ✭ 56 (+180%)
Mutual labels:  restful
BlobHelper
BlobHelper is a common, consistent storage interface for Microsoft Azure, Amazon S3, Komodo, Kvpbase, and local filesystem written in C#.
Stars: ✭ 23 (+15%)
Mutual labels:  restful
protean
Evolve your RESTful API's and Web Services
Stars: ✭ 31 (+55%)
Mutual labels:  restful
obp-apis
OpenBankingProject.ch Community APIs
Stars: ✭ 18 (-10%)
Mutual labels:  fintech
dubai
迪拜后台系统框架:基于Springside、Mysql、Bootstrap2的后台系统框架,旨在为繁杂的各种业务流程提供一个界面简约、操作高效、运行稳定、容易集成和横向扩展的开发基础框架及规范。
Stars: ✭ 45 (+125%)
Mutual labels:  restful
finac
Finac - financial accounting for humans
Stars: ✭ 27 (+35%)
Mutual labels:  fintech
SLazeKit
SLazeKit is a framework providing models mapper and CoreData serializer for RESTful resources.
Stars: ✭ 23 (+15%)
Mutual labels:  restful
mf-nav-data
Historical NAV/price/time-series data of mutual funds and popular benchmark indices in India
Stars: ✭ 29 (+45%)
Mutual labels:  fintech
Relaxation
Relaxation is a REST framework for ColdFusion that helps you build a REST API. And then it get's the heck out of your way.
Stars: ✭ 22 (+10%)
Mutual labels:  restful
RentHouseWeb
使用 go+docker+go-micro微服务框架开发的租房网系统,符合RESTful架构风格。
Stars: ✭ 28 (+40%)
Mutual labels:  restful
php-abraflexi
PHP Based Library for easy interaction with czech accounting system FlexiBee.
Stars: ✭ 15 (-25%)
Mutual labels:  fintech
angular6-httpclient-example
Angular 6 HttpClient: Consume RESTful API Example
Stars: ✭ 38 (+90%)
Mutual labels:  restful
fibo
The Financial Industry Business Ontology (FIBO) defines the sets of things that are of interest in financial business applications and the ways that those things can relate to one another. In this way, FIBO can give meaning to any data (e.g., spreadsheets, relational databases, XML documents) that describe the business of finance.
Stars: ✭ 204 (+920%)
Mutual labels:  fintech
py-investment
Extensible Algo-Trading Python Package.
Stars: ✭ 19 (-5%)
Mutual labels:  fintech
insomnia-workspace
An Insomnia Workspace for Alpaca API
Stars: ✭ 34 (+70%)
Mutual labels:  fintech
dash-hello-world
The simplest dash app
Stars: ✭ 23 (+15%)
Mutual labels:  fintech
go-finance
Go library containing a collection of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.
Stars: ✭ 143 (+615%)
Mutual labels:  fintech
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (+65%)
Mutual labels:  restful
bdd-for-all
Flexible and easy to use library to enable your behavorial driven development (BDD) teams to easily collaborate while promoting automation, transparency and reporting.
Stars: ✭ 42 (+110%)
Mutual labels:  restful

PyFrm

文档介绍

本文档使用 mkdocs 编写,pip install mkdocs 安装mkdocs。

如果对 easy_install, pip, python setup.py install 这些有疑问。

参见: http://zengrong.net/post/2169.htm

推荐markdown编写文档。

markdown为Web博客书写而设计,目前主流网站均支持。语法介绍: http://www.appinn.com/markdown/

本地使用

git clone项目后,进入项目目录,启动命令:

  • mkdocs serve - 启动本地访问服务访问手册。

如果你还不熟悉 git,请查阅:

Git教学

Git备忘单

其他常用命令:

  • mkdocs new [dir-name] - 创建新文档项目.
  • mkdocs build - 构建html本地站点.
  • mkdocs gh-deploy - 发布到github
  • mkdocs help - 帮助文档.

主要介绍技术使用及流程规范,请勿将密码、核心业务、关键算法等写入本文档。欢迎补充说明。

未安装 mkdocs 查看文档:

  1. 进入 site 目录

    cd site

  2. 启动 python 本地文件服务

    python3 执行 python -m http.server 9080

    python2 执行 python -m SimpleHTTPServer 9080

    访问本地网页 http://127.0.0.1:9080

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].