fco


Namefco JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/fco
SummaryFlat copy
upload_time2023-01-14 09:58:59
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords flatcopy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Flat copy







```python

$pip install fco



from fco import flatcopy

flatcopy('c:\\nestedfolder', 'c:\\newfolder', sep='#')





```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/fco",
    "name": "fco",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "flatcopy",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/53/97/11b95e919cfcf2566fa07eb42258ec08a50be8d7647baa3f2b97edda732e/fco-0.10.tar.gz",
    "platform": null,
    "description": "\n# Flat copy\n\n\n\n\n\n\n\n```python\n\n$pip install fco\n\n\n\nfrom fco import flatcopy\n\nflatcopy('c:\\\\nestedfolder', 'c:\\\\newfolder', sep='#')\n\n\n\n\n\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Flat copy",
    "version": "0.10",
    "split_keywords": [
        "flatcopy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b74d8c0cff1e1d1daffc91d8b5917a86d962e57d5e14350178634fed8b6a92ca",
                "md5": "682b4502877de7d2bc48add4ecd3912c",
                "sha256": "831e3921bce244a896c1bec4b9eb462e47fcb850f2a693d0abd8b1ee0e3bc4b7"
            },
            "downloads": -1,
            "filename": "fco-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "682b4502877de7d2bc48add4ecd3912c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3849,
            "upload_time": "2023-01-14T09:58:57",
            "upload_time_iso_8601": "2023-01-14T09:58:57.996122Z",
            "url": "https://files.pythonhosted.org/packages/b7/4d/8c0cff1e1d1daffc91d8b5917a86d962e57d5e14350178634fed8b6a92ca/fco-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "539711b95e919cfcf2566fa07eb42258ec08a50be8d7647baa3f2b97edda732e",
                "md5": "6bd76b082aeb495d40aa679225ed734a",
                "sha256": "68f064a874ed0278b0cb604b972f97ae12ae7555a7d0c4e8248ff18b3eec51ae"
            },
            "downloads": -1,
            "filename": "fco-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "6bd76b082aeb495d40aa679225ed734a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2881,
            "upload_time": "2023-01-14T09:58:59",
            "upload_time_iso_8601": "2023-01-14T09:58:59.721758Z",
            "url": "https://files.pythonhosted.org/packages/53/97/11b95e919cfcf2566fa07eb42258ec08a50be8d7647baa3f2b97edda732e/fco-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-14 09:58:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "fco",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "fco"
}
        
Elapsed time: 0.03841s