FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi/python/pyproject.toml at release · kallydev/openapi · GitHub
kallydev
/
openapi
Public
forked from
longbridge/openapi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi
/
python
/
pyproject.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (26 loc) · 854 Bytes
Breadcrumbs
openapi
/
python
/
pyproject.toml
Copy path
File metadata and controls
30 lines (26 loc) · 854 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
project
]
name
=
"
longbridge
"
classifiers
= [
"
Development Status :: 3 - Alpha
"
,
"
Intended Audience :: Developers
"
,
"
Topic :: Office/Business :: Financial
"
,
"
Programming Language :: Rust
"
,
"
Programming Language :: Python :: Implementation :: CPython
"
,
]
description
=
"
A Python library for Longbridge Open API
"
readme
=
"
README.md
"
repository
=
"
https://github.com/longbridge/openapi
"
requires-python
=
"
>=3.8
"
dependencies
= []
[
license
]
text
=
"
MIT OR Apache-2.0
"
[
build-system
]
requires
= [
"
maturin>=1.0,<2.0
"
]
build-backend
=
"
maturin
"
[
project
.
urls
]
homepage
=
"
https://open.longbridge.com/en/
"
documentation
=
"
https://open.longbridge.com/en/docs
"
repository
=
"
https://github.com/longbridge/openapi
"
changelog
=
"
https://github.com/longbridge/openapi/blob/master/python/CHANGELOG.md
"
[
tool
.
maturin
]
python-source
=
"
pysrc
"
Back
|
FazBrowse Home
|
New Git URL