Metadata-Version: 2.1
Name: cryptopian_infra
Version: 0.0.5
Summary: Cryptopian Infrastructure Library
Author-email: Han Wu <xjohnwu@gmail.com>
Project-URL: Homepage, https://github.com/Cryptopian001/cryptopian_infrastructure_python
Project-URL: Issues, https://github.com/Cryptopian001/cryptopian_infrastructure_python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: influxdb
Requires-Dist: jsmin
Requires-Dist: onepasswordconnectsdk
Requires-Dist: pandas
Requires-Dist: pymongo
Requires-Dist: python-dotenv
Requires-Dist: requests

# Cryptopian Infrastructure

## Application Secret Management with 1password
### 设计
1. 每个APP只需要设置两个环境变量，就可以从1password service拿到所有的app secrets
2. readonly/trade api都放在1password里面，通过ApiManager拿到
3. 公用的服务都可以在拿到secrets之后马上返回实例
   1. InfluxFactory
   2. MongoFactory
   3. SlackFactory

### 部署
1. 1password connect
2. Mongo DB
3. Influx DB
