yc-central


Nameyc-central JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryMy package description
upload_time2024-10-08 06:16:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords one two
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Yield Curve Central PyPi Package Distribution

Efficient, lightweight python package for interacting and analyzing the US Treasury Yield Curve through
data from AlphaVantage API web endpoints.

## Quick start

```bash
pip install yc-central
```

```python
from yc_central import ...
```

## Developing/Contributing

### System requirements

You will need the following installed on your machine to develop on this codebase

- `make` AKA `cmake`, e.g. `sudo apt-get update -y; sudo apt-get install cmake -y`
- Python 3.7+, ideally using `pyenv` to easily change between Python versions
- `git`

###

```bash
# clone the repo
git clone https://github.com/<your github username>/yc-pypi.git

# install the dev dependencies
make install

# run the tests
make test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "yc-central",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "one, two",
    "author": null,
    "author_email": "\"<your name>\" <some-email@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6c/98/68745790c55676c266a6cf95320ae8f3bd33618a9fcc60a2c62972bb84bf/yc_central-0.0.1.tar.gz",
    "platform": null,
    "description": "# Yield Curve Central PyPi Package Distribution\n\nEfficient, lightweight python package for interacting and analyzing the US Treasury Yield Curve through\ndata from AlphaVantage API web endpoints.\n\n## Quick start\n\n```bash\npip install yc-central\n```\n\n```python\nfrom yc_central import ...\n```\n\n## Developing/Contributing\n\n### System requirements\n\nYou will need the following installed on your machine to develop on this codebase\n\n- `make` AKA `cmake`, e.g. `sudo apt-get update -y; sudo apt-get install cmake -y`\n- Python 3.7+, ideally using `pyenv` to easily change between Python versions\n- `git`\n\n###\n\n```bash\n# clone the repo\ngit clone https://github.com/<your github username>/yc-pypi.git\n\n# install the dev dependencies\nmake install\n\n# run the tests\nmake test\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "My package description",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "one",
        " two"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02c59f0fb79f5a79decec9c0eb39341dd02c1fcfbdf3b3b4fd763f4b9192bd3f",
                "md5": "a0baf72b7dc7c09f8a459cf5ee2bc286",
                "sha256": "6a6f31b3bd201e1a7b3b46e90e6ad13f5ac4395751545c6d5cb32ee92adc87aa"
            },
            "downloads": -1,
            "filename": "yc_central-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a0baf72b7dc7c09f8a459cf5ee2bc286",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4853,
            "upload_time": "2024-10-08T06:16:44",
            "upload_time_iso_8601": "2024-10-08T06:16:44.827241Z",
            "url": "https://files.pythonhosted.org/packages/02/c5/9f0fb79f5a79decec9c0eb39341dd02c1fcfbdf3b3b4fd763f4b9192bd3f/yc_central-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c9868745790c55676c266a6cf95320ae8f3bd33618a9fcc60a2c62972bb84bf",
                "md5": "bc64e698c55862709afbeb4b7e417739",
                "sha256": "517e98fa5022847bf4f386da3fb193dde4af8d3b9ae35d4917ad928217a727e4"
            },
            "downloads": -1,
            "filename": "yc_central-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bc64e698c55862709afbeb4b7e417739",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5545,
            "upload_time": "2024-10-08T06:16:46",
            "upload_time_iso_8601": "2024-10-08T06:16:46.641871Z",
            "url": "https://files.pythonhosted.org/packages/6c/98/68745790c55676c266a6cf95320ae8f3bd33618a9fcc60a2c62972bb84bf/yc_central-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 06:16:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "yc-central"
}
        
Elapsed time: 4.35220s