Skip to main content

Folder Downloader System for version system

Project description

FDS

FDS or Folder Downloader System is a version system for you're game, or project, a little like minecraft or a version saver.

IT'S NOT LIKE GIT, IT'S ONLY FOR VERSION SAVE, RELEASE, OR THINGS LIKE THAT

How use it

Use Client

  • First copy php server in a web server
    • Copy fdf_folder and fdv_folder. Point it in properties.json.
    {
        "fdf_folder": "fdf",
        "fdv_folder": "version"
    }
    
    • Get the adress
  • in your python code call the class.
    import fds
    Server = fds.FDSServer("URL")
    Client = fds.FDSClient("src", "version", Server)
    

Use Compiler

import fds

Compiler = fds.FDSCompiler(
    "dependency.fdd",
    "fdf_folder",
    "version_folder")
Compiler.create_new_version("1.0", "folder")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fd_system-1.0.1-py2.py3-none-any.whl (19.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page